Document.NewFlexDuct
Description:
Adds a new flexible duct into the document, using a point array and duct type.
Adds a new flexible duct into the document, using a point array and duct type.
Overloads (3):
NewFlexDuct(IList[XYZ],FlexDuctType)
public FlexDuct NewFlexDuct(
IList<XYZ> points,
FlexDuctType ductType
)
-
Thrown when the input argument points is.
-
Thrown when the flexible duct cannot be created or regenerate fails.
-
Thrown if the flexible duct type does not exist in the given document.